projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
543f5fb
)
(change_frame_size_1): Call Fset_window_buffer,
author
Richard M. Stallman
<rms@gnu.org>
Wed, 2 Apr 1997 03:45:07 +0000
(
03:45
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 2 Apr 1997 03:45:07 +0000
(
03:45
+0000)
so that Vwindow_configuration_change_hook gets run.
src/dispnew.c
patch
|
blob
|
history
diff --git
a/src/dispnew.c
b/src/dispnew.c
index 931ad978b73085f4583807a17f8acad97d7a41f2..eb046376144830b23e24a4734fe3c4214435244e 100644
(file)
--- a/
src/dispnew.c
+++ b/
src/dispnew.c
@@
-2225,6
+2225,10
@@
change_frame_size_1 (frame, newheight, newwidth, pretend, delay)
calculate_costs (frame);
UNBLOCK_INPUT;
+
+ /* This isn't quite a no-op: it runs window-configuration-change-hook. */
+ Fset_window_buffer (FRAME_SELECTED_WINDOW (frame),
+ XWINDOW (FRAME_SELECTED_WINDOW (frame))->buffer);
}
\f
DEFUN ("send-string-to-terminal", Fsend_string_to_terminal,